VERSIONU=$(VERSU)$(RELEASE)
DOCVERSION=@DOCVERSION@
-# DOCVERSION=development
+DOCVERSION=development
CC=@CC@
EXEEXT=@EXEEXT@
# Increase GBBUILD for a new release
-GBBUILD=17
+GBBUILD=18
# YYYYMMDD, please, if beta, i.e. "-beta20060413"
-PACKAGE_RELEASE="-beta20080821"
+PACKAGE_RELEASE="-beta20080921"
cat >>confdefs.h <<_ACEOF
#define PACKAGE_RELEASE "$PACKAGE_RELEASE"
AC_INIT(GPSBabel, 1.3.6, BUG-REPORT-ADDRESS)
# Increase GBBUILD for a new release
-GBBUILD=17
+GBBUILD=18
# YYYYMMDD, please, if beta, i.e. "-beta20060413"
-PACKAGE_RELEASE="-beta20080821"
+PACKAGE_RELEASE="-beta20080921"
AC_DEFINE_UNQUOTED(PACKAGE_RELEASE, "$PACKAGE_RELEASE", [Define to the release name of this package.])
AC_SUBST(PACKAGE_RELEASE)
*
* Isn't simplification via automation grand?
*/
-#define VERSION "1.3.6-beta20080821"
+#define VERSION "1.3.6-beta20080921"
#define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-development"
hdiutil create ${QUIET} -srcfolder mac/dmg-contents -scrub -size 15m ${UDMG} -format UDRW -volname ${NAME}
hdiutil attach ${QUIET} ${UDMG} -noautoopen -mountpoint ${WORKDIR}
+ # Since CVS loses the resource forkes, we've stored a ditto image in the
+ # repository. Unwind that now and turn the *.app back into a "real"
+ # executable.
+ (
+ cd ${WORKDIR}
+ bzcat GPSBabel+.app.dittoed | cpio -ivd
+ rm GPSBabel+.app.dittoed
+ # Clean this out of taste.
+ rm -fr CVS
+ )
+
# Copy in the new executable.
cp -p ./gpsbabel ${WORKDIR}
hdiutil detach ${QUIET} ${WORKDIR}